home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / bkup / b_eoj.bat < prev    next >
DOS Batch File  |  1990-07-26  |  291b  |  8 lines

  1. :... B_EOJ.BAT, Craig MacPherson
  2. :    Add end of job message to users detailed activity log
  3.  
  4. echoplus "=================== End of Job   --> " TIMEALL " ==================">tmp
  5. echo. >>tmp
  6. copy %D2%\backups\activity.lgs\%1.his+tmp %D2%\backups\activity.lgs\%1.his>>nul:
  7. del tmp>>nul:
  8.